Vcenter ResourcePool Info
The Vcenter ResourcePool Info schema contains information about a resource pool.
{
"name": "string",
"resource_pools": [
"string"
],
"cpu_allocation": {
"reservation": 0,
"expandable_reservation": false,
"limit": 0,
"shares": {
"level": "string",
"shares": 0
}
},
"memory_allocation": {
"reservation": 0,
"expandable_reservation": false,
"limit": 0,
"shares": {
"level": "string",
"shares": 0
}
}
}
Name of the vCenter Server resource pool.
Identifiers of the child resource pools contained in this resource pool.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ResourcePool
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ResourcePool
.
Resource allocation information for CPU.
This property was added in vSphere API 7.0.0.0.
This property is optional because it was added in a newer version than its parent node.
Resource allocation information for memory.
This property was added in vSphere API 7.0.0.0.
This property is optional because it was added in a newer version than its parent node.